home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 25
/
Cream of the Crop 25.iso
/
bbs
/
hunt103.zip
/
HUNT.ZIP
/
HLOCS
/
HMED.LOC
< prev
next >
Wrap
Text File
|
1996-03-03
|
6KB
|
129 lines
// BASIC MEDICAL CLINIC LAYOUT (HMEDICAL.ORG)
// NOTES ON FORMAT:
// No line should be longer than 120 characters in length anywhere in here
// Standard ANSI color and graphics are allowed in location descriptions
// NAME <...> at the top of this file is currently not being used
// DESCRIPTION_NAME is the name of the area the player is shown
// - After DESCRIPTION_NAME, leave a blank space
// - Everything after the blank space to the end of the line is yours
// Start and end each location with BEGIN/END_LOCATION
// TYPE refers to the type of map location this is: MAP, SHOP, MEDICAL, etc.
// - After TYPE, leave a blank space, then the one word map location type
// COST is used if the location has some service for sale
// - After COST, leave a blank space, and have an integer
// - The integer is used differently depending on the location.
// ie: 2 per hit point per level, or 100 per level for a room
// FILE is used if a map location needs a file (ie: a shop needs a list)
// - If the type requires a file, the filename follows after a blank
// Start and end each description with BEGIN/END_DESCRIPTION
// - Everything between the start and end is displayed as is
// - To have ANSI gfx and color, just use standard ANSI format
// - Terminate each line with a standard C/R (\n); don't go past 80 columns
// Start and end each direction list with BEGIN/END_DIRECTION
// - The first character on each line represents the "direction" available
// - There should be a space followed by the a file-name and another space
// - The file-name should be that of another file like this one containing
// the description of the area a player is currently at
// - The file-name must be one word only, CAPS aren't a must but I use 'em
// - HHARD is a reserved file-name corresponding with hard-coded locations
// Don't use it unless you actually want to include this type
// - The rest of the line is the location corresponding with that direction
// - Spaces are allowed in the location name
NAME HMED
//---------------------------------------------------------------------------
BEGIN_LOCATION City Medical Clinic
TYPE HEAL
MAP HWALL.MAP
COST 2
BEGIN_FIRST_DESCRIPTION
You stand in line for at least an hour before making it into the clinic...
END_FIRST_DESCRIPTION
BEGIN_DESCRIPTION
The South City Gate Medical Clinic is so clean and bright, it's almost
blinding. They don't have nearly enough staff to serve everyone, but they make
do with what they have.
A pretty, friendly-looking female nurse with a clip-board approaches you.
"Greetings exterminator. My name's Shandra. What can I help you with today?"
END_DESCRIPTION
BEGIN_TALK_TEXT
"There are many more medical clinics throughout the city," Shandra explains,
"but because of their high-risk locations, you'll find prices can be more
expensive. Remember to stock up on medkits! They're a little more expensive
than getting healed here, but you never know when you'll need them!"
END_TALK_TEXT
BEGIN_DIRECTIONS
[R]eturn - HWALL South Wall
END_DIRECTIONS
END_LOCATION City Medical Clinic
//---------------------------------------------------------------------------
BEGIN_LOCATION Bio-Med Storage
TYPE HEAL
MAP HBIOMED0.MAP
COST 1
BEGIN_FIRST_DESCRIPTION
You step over quite a few bodies to enter this room...
END_FIRST_DESCRIPTION
BEGIN_DESCRIPTION
This storage room has been converted into some kind quick and cheap medical
clinic. Standing behind a fold-out table is a guy in a dirty, bloodied
surgical outfit. He's holding a double-barreled shotgun aimed directly at your
head. When he sees you're not a criminal or some weirdo, he relaxes, lowers
the shotgun and says, "Hi, exterminator! What can I get for ya? I got it all
here... Medkits, healing gel, tablets, you name it. I don't know how long
I'll be here or how long I'll have all this great stuff so buy now. Can't
beat my prices anywhere."
END_DESCRIPTION
BEGIN_TALK_TEXT
"Sure I'm a doctor! I used to be a scientist here at Bio-Med, but things
change. You know that. Anyway, I had access to all this great stuff and
figured, 'What the hell. Why let it go to waste!' So I'm down here now selling
everything I can at dirt prices. The shotgun's just for those 'undesirables'
who think they can just take what they like. I'm not a bad shot if I do say
so myself," he says pointing to the bodies you stepped over to get in.
END_TALK_TEXT
BEGIN_DIRECTIONS
[R]eturn - HBIOMED Bio-Med Level 0 Hallway
END_DIRECTIONS
END_LOCATION Bio-Med Storage
//---------------------------------------------------------------------------
BEGIN_LOCATION Downtown City Hospital
TYPE HEAL
MAP HEEXPERT.MAP
COST 5
BEGIN_DESCRIPTION
The Downtown City Hospital is mostly closed now. The few remaining staff
here work just for the money. The city pays the staff well for being there,
but on top of that, they like to add their own service charges also.
You stand in the emergency room among a couple of other people with a
variety of injuries. Service isn't brisk, but at least there is some help
available so deep into the city.
END_DESCRIPTION
BEGIN_TALK_TEXT
You go up and start conversation with one of the nurses reading a paper.
After explaining who you are and what you're interested in she says, "Yeah,
we're a bit more pricey than some of the other medical facilities, but so far
downtown here, take it or leave it. You got nothing else."
END_TALK_TEXT
BEGIN_DIRECTIONS
[R]eturn - HEEXPERT Flipped Winnebago
END_DIRECTIONS
END_LOCATION Downtown City Hospital